home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Learn Microsoft Visual Basic 6.0 Now
/
Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO
/
media
/
chap03
/
b03a005.cc2
< prev
next >
Wrap
Text File
|
1998-06-07
|
941b
|
22 lines
0, In this chapter, you will learn how to
2, present choices to the user with
4, professional-looking menus and dialog boxes.
8, First, you'll learn how to add menus and
11, commands to your application with the Menu
13, Editor, a special tool in the Visual
15, Basic development environment. You will
18, learn the important programming
19, conventions for naming menus and also how to
22, enhance menu commands with access keys and
25, shortcut keys. Next, you will learn how to
29, process menu choices with the program
31, code in event procedures. You will learn
34, how to enable and disable menu items and
37, how to call a function with a menu
39, command. Finally, you will learn how to
42, create a common dialog object on your form
45, and use it to display one of five
47, standard dialog boxes. These useful dialog box
50, types include Open, Save As, Print,
54, Font, and Color.
56, END